CSE 2231 Glossary

Traversal Order

The order given to a tree referring to the order in which you traverse the tree, and at what point you visit the root. The three examples used are Pre-Order Traversal, In-Order Traversal, and Post-Order Traversal.

Previous

Next